Move G_END_DECLS before the #endif in gtkitemfactory.h
authorChristian Dywan <christian@twotoasts.de>
Sat, 4 Apr 2009 11:32:09 +0000 (13:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 4 Apr 2009 11:40:12 +0000 (13:40 +0200)
commit8ab5f5673bfdb207f15c9477077c85ede8f73aae
tree637d02ec3e173250976b43398d85536bfb202616
parent4774d9c1fd46aca800add140c30ece5bf7a12d3a
Move G_END_DECLS before the #endif in gtkitemfactory.h

Bug 577650 – gtkitemfactory.h fails to compile

Place G_END_DECLS inside conditionals, otherwise C++ compilers
will see a closing curly bracket when including the file for
the second time.
gtk/gtkitemfactory.h